# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.1239 -> 1.1239.1.1 # include/asm-ia64/spinlock.h 1.17 -> 1.18 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 03/09/08 davidm@tiger.hpl.hp.com 1.1240 # Initial merge with 2.6.0-test5. # -------------------------------------------- # 03/09/08 suresh.b.siddha@intel.com 1.1239.1.1 # [PATCH] ia64: fix typo in spinlock.h # # -------------------------------------------- # diff -Nru a/include/asm-ia64/spinlock.h b/include/asm-ia64/spinlock.h --- a/include/asm-ia64/spinlock.h Tue Sep 9 01:05:46 2003 +++ b/include/asm-ia64/spinlock.h Tue Sep 9 01:05:46 2003 @@ -166,7 +166,7 @@ #define _raw_write_lock(l) \ ({ \ __u64 ia64_val, ia64_set_val = ia64_dep_mi(-1, 0, 31, 1); \ - __u32 ia64_write_lock_ptr = (__u32 *) (l); \ + __u32 *ia64_write_lock_ptr = (__u32 *) (l); \ do { \ while (*ia64_write_lock_ptr) \ ia64_barrier(); \